fix(lichess): unthemed elements - #652
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
Please see the linter errors. |
This comment was marked as off-topic.
This comment was marked as off-topic.
| background-image: url("data:image/svg+xml,@{svg}") !important; | ||
| } | ||
| .is2d .pawn { | ||
| .is2d .pawn when (@ChangePieces = 1) { |
There was a problem hiding this comment.
All of this stuff below can be nested. Something like:
.is2d when (@ChangePieces = 1) {
.pawn { ... }
...
}
This comment was marked as outdated.
This comment was marked as outdated.
| @var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:Frapp茅", "macchiato:Macchiato", "mocha:Mocha"] | ||
| @var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:Frapp茅", "macchiato:Macchiato", "mocha:Mocha*"] | ||
| @var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire*", "sky:Sky", "lavender:Lavender", "subtext0:Gray"] | ||
| @var checkbox ChangePieces "Change the chess pieces." 1 |
There was a problem hiding this comment.
| @var checkbox ChangePieces "Change the chess pieces." 1 | |
| @var checkbox changePieces "Theme chess pieces." 1 |
There was a problem hiding this comment.
Now an issue again since you undid it. And yes, you do have to change the name of the variable wherever you are using it!
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
This comment was marked as off-topic.
This comment was marked as off-topic.
it means going from something like |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Let's avoid swear words if possible... |
FYI it worked until you undid my suggestion... |
| } | ||
| .rclock.running .time { | ||
| background: #384722; /* putting it back to default so that the time on the clock is readable */ | ||
| .rclock.running .time, :root:has(body[data-theme="system"]) .rclock.running .time { |
There was a problem hiding this comment.
Why is this :root:has(body[data-theme="system"]) needed?
|
Hello @kingofcube can we get an update on this, or I will close it in a week as stale. |
|
Closing as stale, please reopen the PR when you are ready to complete the suggested changes. |
馃敡 What does this fix? 馃敡
themed the color of the "Your turn" in the "X Game in play"
is it even allowed to make a pull request for the same thing?
馃棐 Checklist 馃棐
==UserStyle==header of thecatppuccin.user.cssfile.